OpenRoads Designer CONNECT Edition SDK Help

GetDistanceAlongFromChordDistance(Double, Double) Method

Gets distance along that corresponds to a given chord distance along the element

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public doubleGetDistanceAlongFromChordDistance(double chordDistance,double chordRefLength)

Parameters

SettingDescription
  
   Chord reference length.

Return Value

Distance along that corresponds to this chord distance.

See Also